home *** CD-ROM | disk | FTP | other *** search
/ CD32 Scene 2 / CD32 Scene Disc 2.iso / c / patchpointer.doc < prev    next >
Text File  |  1993-02-26  |  2KB  |  76 lines

  1.  
  2. PatchPointer v1.02 © 1993 SilverBox Development Group by Steve Lemieux
  3. ----------------------------------------------------------------------
  4.  
  5. Function :
  6. ----------
  7.  
  8.     This program replaces the intuition.library SetPointer function with the
  9. all new kickstart 3.0 SetWindowPointer function to draw the mouse pointer.
  10. You need this patch if you are tired (like me!) to see awful pointers
  11. on your AGA machine.
  12.  
  13.     This patch uses the PointerDelay feature. If the application clears the
  14. pointer or sets another pointer before the delay expires, the pending pointer
  15. change is cancelled. This reduces short flashes of the busy pointer.
  16.  
  17. Installation :
  18. --------------
  19.  
  20.     The easiest way to install this patch is to move its icon in the WBStartup
  21. drawer.
  22.  
  23.     From CLI add this line to your 'Startup-Sequence' right after the SetPatch
  24. command :
  25.  
  26.         run >nil: PatchPointer
  27.  
  28. Configuration :
  29. ---------------
  30.  
  31.     From CLI       : Q=QUIET/S,B=NOBUSYPOINTER/S,N=NONORMALPOINTER/S
  32.     From tooltypes : NOBUSYPOINTER
  33.                      NONORMALPOINTER
  34.  
  35.     Quiet : No output will be sent to the screen. Except for error messages.
  36.     NoBusyPointer : Disable the busy pointer patch.
  37.     NoNormalPointer : Disable the patch except for the busy pointer.
  38.  
  39. To remove :
  40. -----------
  41.  
  42.     If you execute PatchPointer from the workbench or WBStartup, you can remove it
  43. with commodity exchange.
  44.  
  45.     From CLI, you can remove it by using CTRL-C or you can use the 'Status'
  46. command to obtain the process number and type :
  47.  
  48.         break <process number> c
  49.  
  50.     Even from the CLI, you can use the commodity exchange to remove PatchPointer.
  51.  
  52. Where can I reach the author? :
  53. -------------------------------
  54.  
  55. Steve Lemieux
  56. 3330 France-Prime #312
  57. Ste-Foy, Quebec, Canada
  58. G1W 4V2
  59.  
  60. BIX        : slemieux
  61. EMail      : slemieux@bix.com
  62.  
  63. Version history :
  64. -----------------
  65.  
  66. Version 1.00 : - First public release.
  67.  
  68. Version 1.01 : - Version string added
  69.                - Remove bug which would cause a system crash when you click
  70.                  another screen and return to the first one (Thanks to
  71.                  Markus Stipp)
  72.  
  73. Version 1.02 : - Remove bug which would cause a guru when pointer has a height
  74.                  or width of zero. This removes problems with CrossPC and
  75.                  DOpus.
  76.